Images with custom axes
using Plots
gaston()
StableRNGs.LehmerRNG(state=0x000000000000000000000000000009a5)using TestImages
img = testimage("lighthouse")
plot([-π, π], [-1, 1], reverse(img, dims = 1), yflip = false, aspect_ratio = :none)
plot!(sin, -π, π, lw = 3, color = :red)
This page was generated using DemoCards.jl and Literate.jl.